projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1b415d
)
(mac_do_receive_drag): Remove unused variable `index'.
author
YAMAMOTO Mitsuharu
<mituharu@math.s.chiba-u.ac.jp>
Sun, 7 May 2006 08:05:38 +0000
(08:05 +0000)
committer
YAMAMOTO Mitsuharu
<mituharu@math.s.chiba-u.ac.jp>
Sun, 7 May 2006 08:05:38 +0000
(08:05 +0000)
(mac_store_services_event): Change return type in extern.
src/macselect.c
patch
|
blob
|
history
diff --git
a/src/macselect.c
b/src/macselect.c
index 845af2a4870da9931be7f4f674f17013e3608e01..dd96102e19bcaa51b661aa2e48a822188f280697 100644
(file)
--- a/
src/macselect.c
+++ b/
src/macselect.c
@@
-1252,7
+1252,6
@@
mac_do_receive_drag (window, refcon, drag)
DragRef drag;
{
OSErr err;
- UInt16 index;
int num_types, i;
Lisp_Object rest, str;
FlavorType *types;
@@
-1350,7
+1349,7
@@
init_service_handler ()
GetEventTypeCount (specs), specs, NULL, NULL);
}
-extern OS
Err
mac_store_services_event P_ ((EventRef));
+extern OS
Status
mac_store_services_event P_ ((EventRef));
static OSStatus
copy_scrap_flavor_data (from_scrap, to_scrap, flavor_type)